All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.apple.alpha.app.PasteboardOwner

public interface PasteboardOwner
This interface wraps the Objective-C protocol NSPasteboardOwner *


Method Index

 o pasteboardChangedOwner(Pasteboard)
A wrapper for the - pasteboardChangedOwner: Objective-C instance method.
 o pasteboardProvideDataForType(Pasteboard, String)
A wrapper for the - pasteboard:provideDataForType: Objective-C instance method.

Methods

 o pasteboardProvideDataForType
 public abstract void pasteboardProvideDataForType(Pasteboard sender,
                                                   String type)
A wrapper for the - pasteboard:provideDataForType: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this interface, PasteboardOwner, should be enough to head you in the right direction should you find more than one such method).

 o pasteboardChangedOwner
 public abstract void pasteboardChangedOwner(Pasteboard sender)
A wrapper for the - pasteboardChangedOwner: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this interface, PasteboardOwner, should be enough to head you in the right direction should you find more than one such method).


All Packages  Class Hierarchy  This Package  Previous  Next  Index